home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1353.dms / var1353.adf / TEXTPLUS / UnPack < prev    next >
Text File  |  1992-09-02  |  745b  |  36 lines

  1. ;       $VER: Installation TPP V5.01 (12.01.94)
  2.  
  3. .BRA {
  4. .KET }
  5.  
  6. ; default
  7. Set DefDir "ram:"
  8.  
  9. Echo "TeXt Plus Professional V5.01*n"
  10.  
  11. Echo "Please specify a directory, where TPP should be"
  12. Echo "unpacked to.*n"
  13.  
  14. Echo "Bitte geben Sie das Verzeichnis an, wohin"
  15. Echo "TPP ausgepackt werden soll.*n"
  16.  
  17. Echo "Dir (<Return> = $DefDir) ? " NoLine
  18.  
  19. Set >NIL: Destination ?
  20.  
  21. If "$Destination" EQ "*$Destination"
  22.         Set Destination $DefDir
  23. EndIf
  24.  
  25. Echo "*nUnPacking ..."
  26.  
  27. LHA -q -m -a x TPP501.lha "${Destination}"
  28.  
  29. Echo "*nStart the installation by double-clicking the"
  30. Echo "respective icon in the install directory.*n"
  31.  
  32. Echo "Starten Sie die Installation durch einen Doppel-"
  33. Echo "klick auf das entsprechende Icon im Install-"
  34. Echo "verzeichnis."
  35.  
  36.